Interface IsatapClient

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
IsatapClientImpl

public interface IsatapClient extends Process
Information provided by the PKI file:

    \class IsatapClient
    
    \brief IsatapClient is the class that handles the ISATAP client.
    
    \example network().getDevice("PC0").getProcess("IsatapClient")
    
Author:
Auto-generated
  • Method Details

    • setIsatapRouter

      boolean setIsatapRouter(IPAddress ip)
      Information provided by the PKI file:
      
          \brief Sets the ISATAP router IP address.
          
          \param ip, the IP address of the ISATAP router.
          
          \return bool, true if successful, otherwise false.
          
              
      Parameters:
      ip - Takes in a parameter of ip
      Returns:
      boolean Returns a boolean
    • getIsatapRouter

      IPAddress getIsatapRouter()
      Information provided by the PKI file:
      
          \brief Returns the IP address of the ISATAP router.
          
          \return ip, the IP address of the ISATAP router.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getPrefix

      IPAddress getPrefix()
      Information provided by the PKI file:
      
          \brief Returns the subnet prefix.
          
          \return ip, the the subnet prefix.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • setPrefix

      void setPrefix(IPAddress prefix)
      Information provided by the PKI file:
      
          \brief Sets the subnet prefix.
          
          \param ip, the subnet prefix.
          
              
      Parameters:
      prefix - Takes in a parameter of prefix
    • isEnabled

      boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the ISATAP client is enabled, otherwise false.
          
          \return bool, true if the ISATAP client is enabled, otherwise false.
          
              
      Returns:
      boolean Returns a boolean
    • setEnabled

      void setEnabled(boolean flag)
      Information provided by the PKI file:
      
          \brief Enables or disables the ISATAP client
          
          \param flag, true to enable the ISATAP client, false to disable it.
          
              
      Parameters:
      flag - Takes in a parameter of flag